home *** CD-ROM | disk | FTP | other *** search
/ PC Media 3 / PC MEDIA CD03.iso / share / udos / dos5tch / remove.doc < prev    next >
Encoding:
Text File  |  1991-11-21  |  1.6 KB  |  62 lines

  1. REMOVE.COM
  2.  
  3.  
  4. SYNTAX        REMOVE [BOOKMARK] [/L]
  5.  
  6. bookmark    Name of the bookmark to remove
  7. /L          List all bookmarks present in memory
  8.  
  9.  
  10. DESCRIPTION
  11.  
  12. REMOVE removes a bookmark created by INSTALL, and in the process removes 
  13. TSRs installed after the bookmark.  INSTALL and REMOVE provide an easy-
  14. to-use and effective means for managing the TSRs in your system. If you 
  15. run REMOVE with no bookmark name, it removes the most recently installed 
  16. bookmark; if you run it with the /L switch, it lists all the bookmarks 
  17. it finds in memory. When it removes a bookmark, REMOVE also removes any 
  18. and all bookmarks installed after it. Thus, bookmarks-and TSRs-can only 
  19. be removed in the reverse order in which they were installed. The source 
  20. code for REMOVE is available on ZiffNet.
  21.  
  22. EXAMPLES
  23.  
  24. To set up your system so that SAVER, PC-DIAL, and LPT2File can be 
  25. removed with a single command, type
  26.  
  27. INSTALL ALL
  28. SAVER
  29. PC-DIAL
  30. LPT2FILE
  31.  
  32. Then, when you're ready to remove them, type
  33.  
  34. REMOVE ALL
  35.  
  36. To set them up so that they can be removed separately, type
  37.  
  38. INTALL SAVER
  39. SAVER
  40. INSTALL PC-DIAL
  41. PC-DIAL
  42. INSTALL LPT2FILE
  43. LPT2FILE
  44.  
  45. Then the command
  46.  
  47. REMOVE LPT2FILE
  48.  
  49. removes LPT2FILE, the command
  50.  
  51. REMOVE PC-DIAL
  52.  
  53. removes PC-DIAL and LPT2FILE, and the command
  54.  
  55. REMOVE SAVER
  56.  
  57. removes SAVER, PC-DIAL, and LPT2FILE
  58.  
  59. ** Special Note:  This utility is also a mentioned in the Ziff-Davis Press
  60. book "PC Magazine's DOS 5 Techniques and Utilities" by Jeff Prosise. Both
  61. this DOCumentation file and in the book's utility reference stand as correct.
  62.